Operation Seam.GetCurrentWorkspace (UI Current Workspace)
In component org.nuxeo.ecm.automation.jsf.contrib
Description
Get the current Workspace from the UI context.
Operation id | Seam.GetCurrentWorkspace |
---|---|
Category | Fetch |
Label | UI Current Workspace |
Requires | Seam |
Since |
Parameters
No parameters.
Signature
Inputs | void |
---|---|
Outputs | document |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.jsf.operations.GetCurrentWorkspace |
---|---|
Contributing Component | org.nuxeo.ecm.automation.jsf.contrib |
JSON Definition
{ "id" : "Seam.GetCurrentWorkspace", "label" : "UI Current Workspace", "category" : "Fetch", "requires" : "Seam", "description" : "Get the current Workspace from the UI context.", "url" : "Seam.GetCurrentWorkspace", "signature" : [ "void", "document" ], "params" : [ ] }